home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / comms / hs_inst3.arj / HS-GAP51.ARJ / HS-GAP.DOC < prev   
Text File  |  1992-01-16  |  2KB  |  43 lines

  1.                            ADDING HS/LINK TO GAP BBS
  2.                     TESTED WITH GAP V5.2B AND HS/LINK V1.0
  3.  
  4.      ***  This file has changed from the first release of this setup 
  5.      information.  The -NU was added which was not in the first installation,
  6.      and more importantly, The old installation would not find the single
  7.      file uploads (they had to be in a different directory then the batch
  8.      uploads) and thus they would fail.  Please change to the batch files
  9.      included here ***
  10.  
  11.        Since Gap currently does not support Batch protocols other than "D"
  12.      for DSZ, you will have to set up the HS/Link protocol as letter "D". 
  13.      To set up HS/Link with GAP you need to do the following:
  14.  
  15.          1)  Copy EXTSD.BAT & EXTRD.BAT to your GAP Main Directory
  16.          2)  Make sure HSLINK is in your GAP Directory or in your PATH.
  17.          3)  Edit your AUTOEXEC.BAT and add the Statement:
  18.              SET DSZLOG = C:\GAP\DSZ.LOG
  19.              (you can use any directory or filename you like, but you
  20.                  must have this statement or batch uploads will not work)
  21.          4)  Copy the FLISTCNV.EXE to your GAP Directory (or in a PATH)
  22.          5)  Run GAP, Go into the Configuration under the section marked
  23.              "File System Options" and add the letter "D" to `External
  24.              Protocol Letters.'  Make sure the prompt above it `Use
  25.              External Protocols' is set to "Y".
  26.  
  27.        As long as you do exactly as above, everything will work.  A few
  28.      notes about the EXTRD.BAT file.  In the third line below that says
  29.      -UD:\NEWUP\WORK0 change the NEWUP to your upload and add the "\WORK0"
  30.      to the end of it, if you don't it will NOT work.  
  31.  
  32.          EXTRD.BAT
  33.  
  34.      @if exist %DSZLOG% del %DSZLOG%
  35.      @rem  batch upload
  36.      @if "%3" == "" HSLINK -P%1 -E%2 -NU  -UD:\NEWUP\WORK0
  37.      @rem  single file upload
  38.      @if not "%3" == "" HSLINK -P%1 -E%2 -NU  -UD:\NEWUP
  39.  
  40.        If you are getting errors during uploading or downloading you
  41.      may need to add the -HS parameter to the command line.  Check your
  42.      HS/Link Documentation for more information on this and other options.
  43.